Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface

In This Topic
IExtension<T> Interface Methods
In This Topic

For a list of all members of this type, see IExtension<T> members.

Public Methods
 NameDescription
 MethodEnables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property.  
 MethodEnables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property.  
 MethodExports the extension data.  
 MethodImports the extension data.  
 MethodGets a value indicating whether the extension requires to export its data.  
Top
See Also